C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / Item Property
The index.

In This Topic
Item Property (C1AdoNetVirtualDataCollection<T>)
In This Topic
Gets the element at the specified index in the read-only list.
Syntax
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
 

Parameters

index
The index.

Property Value

The item at the specified position.
See Also